badgen.net/tsconfig.json

19 wiersze
330 B
JSON
Czysty Zwykły widok Historia

2019-05-13 08:56:06 +00:00
{
"compilerOptions": {
"strict": true,
2019-05-13 12:00:56 +00:00
"noImplicitAny": false,
2019-05-13 08:56:06 +00:00
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"lib": ["esnext"]
},
"include": [
2019-05-13 12:00:56 +00:00
"./endpoints",
2019-05-13 08:56:06 +00:00
"./types"
]
}