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",
|
|
|
|
|
"outDir": "./temp"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"app/app.tsx"
|
|
|
|
|
]
|
|
|
|
|
}
|