{ "compileOnSave": false, "compilerOptions": { "jsx": "react", "rootDir": ".", "sourceMap": true, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, "target": "es2015", "module": "commonjs", "lib": [ "es2017", "dom" ], "skipLibCheck": true, "skipDefaultLibCheck": true, "baseUrl": ".", "paths": {}, "allowSyntheticDefaultImports": true }, "exclude": [ "node_modules", "tmp" ] }