kopia lustrzana https://github.com/badgen/badgen.net
33 wiersze
601 B
JSON
33 wiersze
601 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "preserve",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"lib": [
|
|
"dom",
|
|
"esnext"
|
|
],
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": false
|
|
},
|
|
"include": [
|
|
"index.ts",
|
|
"endpoints",
|
|
"types"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|