Skip to content

Commit

Permalink
build: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Nov 3, 2023
1 parent 0788ea6 commit 7386b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"compilerOptions": {
"incremental": true,
"outDir": "./built",
Expand All @@ -8,6 +9,7 @@
"rootDir": "./src",
"composite": true,
"declaration": true,
"sourceMap": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": false,
Expand Down

0 comments on commit 7386b43

Please sign in to comment.