Add tsconfig.json

This commit is contained in:
Tangent Wantwight 2024-01-12 19:21:19 -05:00
parent e0ad798689
commit a7300c16b7
1 changed files with 8 additions and 0 deletions

8
tsconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"compilerOptions": {
"isolatedModules": true,
"lib": ["ES2019", "DOM"],
"strict": true,
"noEmit": true
}
}