Compare commits

..

No commits in common. "200ab8284b06e781b13908ccb1d8587e82abe246" and "d664b32b8d81a59af0d4a1990044b44232f16dde" have entirely different histories.

4 changed files with 1 additions and 26 deletions

View file

@ -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"
} }
} }
} }

View file

@ -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"

View file

@ -1,9 +0,0 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"]
}

View file

@ -1,14 +0,0 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2022",
"module": "preserve",
"moduleResolution": "bundler",
"experimentalDecorators": true,
"useDefineForClassFields": false,
"lib": ["ES2022", "dom"]
},
"angularCompilerOptions": {
"strictTemplates": true
}
}