1
0
Fork 0
mirror of synced 2024-07-14 02:36:22 +12:00
budibase/tsconfig.build.json
2023-04-13 10:54:18 +01:00

13 lines
236 B
JSON

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