mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 21:55:55 +00:00
7 lines
108 B
JSON
7 lines
108 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"module": "CommonJS"
|
||
|
}
|
||
|
}
|