mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-30 03:08:31 +08:00
9 lines
158 B
JSON
Executable File
9 lines
158 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"module": "commonjs",
|
|
"target": "ES6"
|
|
}
|
|
} |