Skip to content

Commit

Permalink
Fix IDE error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bludwarf committed Mar 15, 2024
1 parent 36fa79e commit d223359
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [],
"resolveJsonModule": true,
"esModuleInterop": true
},
"files": ["src/main.ts"],
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"resolveJsonModule": true,
"types": [
"jasmine"
]
Expand Down

0 comments on commit d223359

Please sign in to comment.