badgen.net/server.tsconfig.json

23 wiersze
435 B
JSON
Czysty Zwykły widok Historia

2019-07-12 04:26:10 +00:00
{
"compilerOptions": {
"strict": true,
"noImplicitAny": false,
"allowJs": true,
"skipLibCheck": true,
"jsx": "preserve",
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
2019-10-28 16:19:11 +00:00
"lib": ["dom", "dom.iterable", "esnext"]
2019-07-12 04:26:10 +00:00
},
"include": [
"index.ts",
"endpoints",
"types"
]
}