kopia lustrzana https://github.com/FacilMap/facilmap
16 wiersze
330 B
JSON
16 wiersze
330 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"moduleResolution": "node",
|
|
"noErrorTruncation": true,
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |