mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:15:44 +00: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"
|
|
}
|
|
} |