seedling/source/rest/.tsconfig.json

9 lines
160 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"outDir": "./dist",
"baseUrl": "./"
}
}