UNPKG

ignite-boilerplate-andross-typescript

Version:
43 lines (42 loc) 776 B
{ "compilerOptions": { "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es2015", "module": "es2015", "moduleResolution": "node", "jsx": "react", "allowSyntheticDefaultImports": true, "noImplicitAny": false, "preserveConstEnums": true, "allowJs": false, "sourceMap": true, "noImplicitReturns": true, "noUnusedParameters": true, "noUnusedLocals": true, "types": [ "react", "react-native", "jest", "webpack-env" ], "lib": [ "dom", "es7" ] }, "types": [ "react", "react-native", "jest", "webpack-env" ], "exclude": [ "android", "App.js", "ios", "build", "node_modules" ], "compileOnSave": false }