badgen.net/tsconfig.json

23 wiersze
419 B
JSON

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