feat(core): added nx
This commit is contained in:
8
apps/demo/tsconfig.app.json
Normal file
8
apps/demo/tsconfig.app.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../dist/out-tsc",
|
||||
"types": ["node"]
|
||||
},
|
||||
"files": ["src/main.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user