1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00
budibase/tsconfig.build.json

13 lines
236 B
JSON
Raw Normal View History

2023-04-03 20:10:23 +12:00
{
"compilerOptions": {
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"incremental": true,
"sourceMap": true,
"declaration": true,
"skipLibCheck": true
}
}