16 lines
No EOL
299 B
JSON
16 lines
No EOL
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"
|
|
]
|
|
} |