OTM/tsconfig-client.json
sora-ext b995cd45f0
All checks were successful
continuous-integration/drone/push Build is passing
Update tsconfig-client.json
2025-02-25 16:09:16 +01:00

13 lines
399 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",
}
}