Compare commits
No commits in common. "200ab8284b06e781b13908ccb1d8587e82abe246" and "d664b32b8d81a59af0d4a1990044b44232f16dde" have entirely different histories.
200ab8284b
...
d664b32b8d
|
|
@ -12,8 +12,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/maidn-e2e-angular",
|
"outputPath": "dist/maidn-e2e-angular",
|
||||||
"browser": "src/main.ts",
|
"browser": "src/main.ts",
|
||||||
"index": "src/index.html",
|
"index": "src/index.html"
|
||||||
"tsConfig": "tsconfig.app.json"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
"zone.js": "^0.15.0"
|
"zone.js": "^0.15.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/build": "^20.0.0",
|
|
||||||
"@angular/cli": "^20.0.0",
|
"@angular/cli": "^20.0.0",
|
||||||
"@angular/compiler-cli": "^20.0.0",
|
"@angular/compiler-cli": "^20.0.0",
|
||||||
"typescript": "~5.8.0"
|
"typescript": "~5.8.0"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "./tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"outDir": "./out-tsc/app",
|
|
||||||
"types": []
|
|
||||||
},
|
|
||||||
"files": ["src/main.ts"],
|
|
||||||
"include": ["src/**/*.d.ts"]
|
|
||||||
}
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"strict": true,
|
|
||||||
"target": "ES2022",
|
|
||||||
"module": "preserve",
|
|
||||||
"moduleResolution": "bundler",
|
|
||||||
"experimentalDecorators": true,
|
|
||||||
"useDefineForClassFields": false,
|
|
||||||
"lib": ["ES2022", "dom"]
|
|
||||||
},
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"strictTemplates": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue