badgen.net/server.tsconfig.json

22 wiersze
416 B
JSON

{
"compilerOptions": {
"strict": true,
"noImplicitAny": false,
"allowJs": true,
"skipLibCheck": true,
"jsx": "preserve",
"target": "es2018",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"lib": ["dom", "dom.iterable", "esnext"]
},
"include": [
"index.ts",
"api"
]
}