Zeus v0.0.1
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"isolatedModules": false,
|
||||
"jsx": "react-native",
|
||||
"lib": ["es6"],
|
||||
"moduleResolution": "node",
|
||||
"noEmit": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"strict": true,
|
||||
"target": "esnext",
|
||||
"strictPropertyInitialization": false,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"*" : ["typings/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "typings"]
|
||||
}
|
||||
Reference in New Issue
Block a user