facilmap/types/tsconfig.json

13 wiersze
238 B
JSON

{
"compilerOptions": {
"target": "es3",
"esModuleInterop": true,
"strict": true,
"sourceMap": true,
"declaration": true,
"outDir": "dist",
"moduleResolution": "node",
"noErrorTruncation": true,
"skipLibCheck": true
}
}