27 lines
562 B
JSON
27 lines
562 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react",
|
|
"lib": [
|
|
"dom",
|
|
"es2015",
|
|
"es2016.array.include"
|
|
],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"preserveConstEnums": true,
|
|
"pretty": true,
|
|
"sourceMap": true,
|
|
"strictNullChecks": true,
|
|
"target": "es6"
|
|
},
|
|
"files": [
|
|
"index.tsx",
|
|
"test.tsx"
|
|
]
|
|
} |