16 lines
299 B
JSON
16 lines
299 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react",
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": true,
|
||
|
"outDir": "./build/",
|
||
|
"preserveConstEnums": true,
|
||
|
"removeComments": true,
|
||
|
"target": "ES5"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"typings/browser.d.ts",
|
||
|
"typings/browser"
|
||
|
]
|
||
|
}
|