Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
baltermia committed Oct 6, 2021
1 parent a01ce40 commit 90e8e14
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions blazor-camera-streamer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"lib": [ "ES2020", "DOM" ],
"rootDir": "wwwroot",
"incremental": true,
"esModuleInterop": true
}
"compileOnSave": true,
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"lib": [ "ES2020", "DOM" ],
"rootDir": "Scripts",
"outDir": "wwwroot/js",
"incremental": true,
"esModuleInterop": true
}
}

0 comments on commit 90e8e14

Please sign in to comment.