1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00
budibase/tsconfig.build.json
2023-04-12 18:48:57 +01:00

13 lines
236 B
JSON

{
"compilerOptions": {
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"incremental": true,
"sourceMap": true,
"declaration": true,
"skipLibCheck": true
}
}