tiramisu/runtime/tsconfig.json
2025-06-16 22:58:47 +01:00

12 lines
No EOL
270 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": false,
"declaration": true,
"outDir": "./out",
"esModuleInterop": true,
"skipLibCheck": true
},
}