2015-09-15 08:10:14 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "es5",
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"declaration": false,
|
2015-10-15 10:29:20 +02:00
|
|
|
"noImplicitAny": false,
|
2015-09-15 08:10:14 +02:00
|
|
|
"removeComments": true,
|
2015-10-15 10:29:20 +02:00
|
|
|
"experimentalDecorators": true,
|
2015-09-15 08:10:14 +02:00
|
|
|
"noLib": false,
|
|
|
|
|
"jsx": "react",
|
2015-12-14 13:08:26 +01:00
|
|
|
"outDir": "dist"
|
2015-09-15 08:10:14 +02:00
|
|
|
},
|
|
|
|
|
"files": [
|
2015-12-14 13:08:26 +01:00
|
|
|
"src/index.tsx"
|
2015-09-15 08:10:14 +02:00
|
|
|
]
|
|
|
|
|
}
|