forked from wangziqi/gongxue-base
9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"extends": "@gongxue/typescript-config/nestjs.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./",
|
|
"ignoreDeprecations": "6.0"
|
|
}
|
|
}
|