{ "extends": "./node_modules/@microsoft/rush-stack-compiler-4.7/includes/tsconfig-web.json", "compilerOptions": { "target": "es5", "forceConsistentCasingInFileNames": true, "module": "esnext", "moduleResolution": "node", "jsx": "react", "declaration": true, "sourceMap": true, "experimentalDecorators": true, "skipLibCheck": true, "outDir": "lib", "baseUrl": ".", "paths": { "@src/*": [ "src/*" ] }, "inlineSources": false, "strictNullChecks": false, "noUnusedLocals": false, "typeRoots": [ "./node_modules/@types", "./node_modules/@microsoft" ], "types": [ "webpack-env" ], "lib": [ // commented out to allow for this.constructor.name support "es2015.promise", "es2017", "dom", "es2015.collection" ] }, "include": [ "src/**/*.ts", "src/**/*.tsx" ] }