facilmap/tsconfig.base.json

11 wiersze
202 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"esModuleInterop": true,
"strict": true,
"moduleResolution": "node",
"skipLibCheck": true,
"verbatimModuleSyntax": true
}
}