kopia lustrzana https://github.com/badgen/badgen.net
22 wiersze
416 B
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"
|
|
]
|
|
}
|