1
0
Fork 0
cc-server-parent/packages/cc-server-ioc/tsconfig.json

7 lines
123 B
JSON
Raw Normal View History

2019-06-10 10:56:29 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "src",
"outDir": "dist"
}
}