UNPKG

278 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "lib": ["es6"],
5 "noImplicitAny": true,
6 "noImplicitThis": true,
7 "strictNullChecks": true,
8 "strictFunctionTypes": true,
9 "noEmit": true,
10 "baseUrl": ".",
11 "paths": {
12 "dotenv": ["."]
13 }
14 }
15}