feat(core): added nx

This commit is contained in:
svetlanaMuravlova
2021-08-31 12:18:44 +03:00
parent 69cd64dc28
commit de738f7c63
69 changed files with 11483 additions and 615 deletions

51
apps/demo/tsconfig.json Normal file
View File

@@ -0,0 +1,51 @@
{
"extends": "../../tsconfig.base.json",
"files": [
"./src/main.ts",
"../../scripts/polyfills.ts"
],
"include": ["./src/typings.d.ts"],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
},
{
"path": "./tsconfig.editor.json"
}
],
"exclude": ["**/*.spec.ts"]
}
//{
// "compilerOptions": {
// "baseUrl": ".",
// "declaration": false,
// "downlevelIteration": true,
// "emitDecoratorMetadata": true,
// "experimentalDecorators": true,
// "noEmitHelpers": false,
// "lib": ["es6", "dom"],
// "mapRoot": "./",
// "module": "esnext",
// "moduleResolution": "node",
// "outDir": "../temp/out-tsc",
// "sourceMap": true,
// "target": "es2015"
// },
// "files": [
// "../../scripts/typings.d.ts",
// "main.ts",
// "../../scripts/polyfills.ts"
// ],
// "exclude": [
// "**/*.spec.ts"
// ],
// "paths": {
// "@ng2-file-upload": [
// "../../dist/ng2-file-upload/index.ts"
// ]
// }
//}