ignite-boilerplate-andross-typescript
Version:
Customized version of ignite Andross With TypeScript Support.
43 lines (42 loc) • 776 B
JSON
{
"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
}