28 lines
525 B
JSON
28 lines
525 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./node_modules/@microsoft"
|
|
],
|
|
"types": [
|
|
"webpack-env"
|
|
],
|
|
"lib": [
|
|
"es5",
|
|
"es6",
|
|
"dom",
|
|
"es2015.collection",
|
|
"es2015.promise"
|
|
]
|
|
}
|
|
}
|