Files: abcda957ec19ed09121bea0b5bdc99e91fd1a783 / tsconfig.json
904 bytesRaw
1 | { |
2 | "compilerOptions": { |
3 | "removeComments": false, |
4 | "preserveConstEnums": true, |
5 | "sourceMap": true, |
6 | "declaration": false, |
7 | "noImplicitAny": true, |
8 | "strictNullChecks": true, |
9 | "jsx": "react-native", |
10 | "suppressImplicitAnyIndexErrors": true, |
11 | "skipLibCheck": true, |
12 | "noUnusedLocals": true, |
13 | "allowJs": true, |
14 | "module": "commonjs", |
15 | "target": "es2015", |
16 | "outDir": "./lib", |
17 | "lib": ["dom", "es5", "scripthost", "es2015", "es2016", "es2017"] |
18 | }, |
19 | "files": [ |
20 | "src/app/index.ts", |
21 | "src/app/drivers/lifecycle.ts", |
22 | "src/worker/index.ts", |
23 | "src/nodejs-project/index.ts", |
24 | "src/nodejs-project/loader.ts", |
25 | "src/nodejs-project/manifest.ts", |
26 | "src/typings/react-native-dialogs.d.ts", |
27 | "src/typings/react-native-progress.d.ts", |
28 | "src/typings/react-native-workers.d.ts", |
29 | "src/typings/rn-viewpager.d.ts" |
30 | ], |
31 | "exclude": ["node_modules"] |
32 | } |
33 |
Built with git-ssb-web