9705b6c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", // "checkJs": true, // Report errors in JavaScript files "baseUrl": "./", "paths": { "*": ["*", "node_modules/*"], "~/*": ["./*"] } }, "exclude": ["node_modules"] }