mirror of
https://github.com/teableio/teable.git
synced 2026-02-19 17:19:50 +08:00
9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"module": "NodeNext",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"]
|
|
}
|