kopia lustrzana https://github.com/badgen/badgen
22 wiersze
403 B
JSON
22 wiersze
403 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"lib": ["esnext", "dom"],
|
|
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
|
|
"sourceMap":true,
|
|
"declaration": true,
|
|
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
},
|
|
"include": ["src"]
|
|
}
|