Skip to content

Commit

Permalink
Update tsconfig.spec.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan authored Feb 11, 2023
1 parent 00ec546 commit 085a4e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"outDir": "./out-tsc/spec",
"types": [
"jasmine"
]
],
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"files": [
"src/test.ts",
Expand All @@ -15,4 +17,4 @@
"src/**/*.d.ts"
]
}


0 comments on commit 085a4e6

Please sign in to comment.