mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-05 21:57:45 +08:00
8 lines
126 B
JSON
8 lines
126 B
JSON
|
{
|
||
|
"extends": ["../../../../tsconfig.json"],
|
||
|
"compilerOptions": {
|
||
|
"strictNullChecks": true,
|
||
|
"allowJs": false
|
||
|
}
|
||
|
}
|