2021-04-20 11:29:33 -04:00
|
|
|
{
|
2022-03-28 02:35:21 -04:00
|
|
|
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-web.json",
|
2021-04-20 11:29:33 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"jsx": "react",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"outDir": "lib",
|
|
|
|
"inlineSources": false,
|
|
|
|
"strictNullChecks": false,
|
|
|
|
"noUnusedLocals": false,
|
|
|
|
"typeRoots": [
|
|
|
|
"./node_modules/@types",
|
|
|
|
"./node_modules/@microsoft"
|
|
|
|
],
|
|
|
|
"types": [
|
|
|
|
"webpack-env"
|
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"es5",
|
|
|
|
"dom",
|
|
|
|
"es2015.collection"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src/**/*.ts",
|
|
|
|
"src/**/*.tsx"
|
|
|
|
]
|
|
|
|
}
|