Skip to content

Commit

Permalink
add tsconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Kuppens Groot <[email protected]>
  • Loading branch information
tkgroot committed Jan 31, 2025
1 parent 984ba52 commit 08e0477
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"lib": ["DOM", "ESNext"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
"skipLibCheck": true,
"strict": true,
"target": "ESNext",
"tsBuildInfoFile": "./.tsbuildinfo"
}
}

0 comments on commit 08e0477

Please sign in to comment.