boiler plate, add folder scheme and basic files
[crowdnodeWebStake/.git] / tsconfig.json
1 {
2   "compilerOptions": {
3     "target": "es2016",
4     "module": "ESNext",
5     // "typeRoots": [],                                  /* Specify multiple folders that act like './node_modules/@types'. */
6     "types": [] /* Specify type package names to be included without being referenced in a source file. */,
7
8     /* JavaScript Support */
9     "allowJs": true /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */,
10     // "checkJs": true,                                  /* Enable error reporting in type-checked JavaScript files. */
11     "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
12     "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
13     /* Type Checking */
14     "strict": true /* Enable all strict type-checking options. */,
15     "skipLibCheck": true /* Skip type checking all .d.ts files. */,
16     "moduleResolution": "node",
17     "resolveJsonModule": true
18   },
19   "include": ["types"]
20 }