Undo not needed tsconfig changes

This commit is contained in:
adrinr 2023-04-13 12:46:38 +01:00
parent eebae26d7d
commit 0a8850ebcf
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
{
"compilerOptions": {
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"incremental": true,
"sourceMap": true,
"declaration": true,
"skipLibCheck": true
}
}