[AAE-6455] Rename the structure to be compliant with nx (#2376)

* Rename the structure to be compliant with nx

* Fix typo

* Fix ts path
This commit is contained in:
Maurizio Vitale
2021-12-08 16:06:12 +00:00
committed by GitHub
parent 4d1dab60b2
commit 3cb6152ad7
314 changed files with 134 additions and 63 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/modeling-ce",
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"]
}