teableio_teable/apps/nextjs-app/tsconfig.scripts.json
2023-05-30 20:34:08 +08:00

9 lines
153 B
JSON

{
"compilerOptions": {
"strictNullChecks": true,
"module": "NodeNext",
"esModuleInterop": true
},
"include": ["**/*.ts", "**/*.tsx"]
}