OTM/tsconfig-client.json
sora aee79aac75
Some checks failed
continuous-integration/drone/push Build is failing
dev (#160)
Co-authored-by: sora-ext
Co-authored-by: soraefir
Reviewed-on: #160
2025-03-02 01:09:29 +01:00

17 lines
430 B
JSON

{
"compilerOptions": {
"target": "esnext",
"typeRoots": [
"./node_modules/@types",
"./types/ext"
],
"lib": [
"esnext",
"DOM"
],
"noEmit": true, // Disable emitting output (use esbuild to handle this)
"skipLibCheck": true, // Skip type checking of all declaration files (*.d.ts)
"strict": false, // Disable strict type checks if needed
"moduleResolution": "node",
}
}