Files
sbv2-api/crates/sbv2_wasm/tsconfig.json
Googlefan 506ee4d883 refactor
2025-02-22 08:00:17 +00:00

16 lines
316 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"rootDir": "./src-js",
"outDir": "./dist",
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"declaration": true,
"emitDeclarationOnly": true
}
}