Skip to content

Commit

Permalink
Update the TypeScript settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Sep 16, 2024
1 parent 107812d commit 34d9df8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"incremental": true,
"noEmit": false,
"outDir": "../lib",
"rootDir": ".",
"tsBuildInfoFile": "../var/tsbuildinfo.json"
"rootDir": "."
}
}
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"allowJs": true,
"baseUrl": ".",
"checkJs": true,
"incremental": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
"noImplicitOverride": true,
"resolveJsonModule": true,
"strict": true,
"target": "ESNext",
"tsBuildInfoFile": "var/tsbuildinfo.json",
"verbatimModuleSyntax": true
}
}

0 comments on commit 34d9df8

Please sign in to comment.