Files
puter/tsconfig.build.json
2026-05-05 16:18:09 -07:00

9 lines
131 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"strict": false,
"noCheck": true,
"noImplicitAny": true
}
}