noEmit tsc

This commit is contained in:
Tangent Wantwight 2023-08-06 02:40:02 -04:00
parent e585f315bb
commit 36b6460357

View file

@ -1,7 +1,8 @@
{
"compilerOptions": {
"checkJs": true,
"strict": true,
"lib": ["ES6", "DOM"]
"lib": ["ES6", "DOM"],
"noEmit": true,
"strict": true
}
}