diff --git a/tsconfig.json b/tsconfig.json index f6bcfc4..c588934 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,8 @@ { "compilerOptions": { "checkJs": true, - "strict": true, - "lib": ["ES6", "DOM"] + "lib": ["ES6", "DOM"], + "noEmit": true, + "strict": true } }