mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:26:41 +00:00
9 lines
158 B
JSON
9 lines
158 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "node",
|
||
|
"allowJs": true,
|
||
|
"module": "commonjs",
|
||
|
"target": "ES6"
|
||
|
}
|
||
|
}
|