sp-dev-fx-webparts/samples/react-accordion-dynamic-sec.../tsconfig.json

38 lines
836 B
JSON

{
"extends": "./node_modules/@microsoft/sp-tslint-rules/base-tslint.json",
"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,
"noImplicitAny": false,
"typeRoots": [
"./node_modules/@types",
"./node_modules/@microsoft"
],
"types": [
"webpack-env"
],
"lib": [
"es5",
"dom",
"es2015.collection",
"es2015.promise",
"es2015"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx"
],
}