diff --git a/tsconfig.json b/tsconfig.json index ce674e8..2558e1d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,8 @@ "target": "esnext", "moduleResolution": "bundler", - "noEmit": false, - "allowImportingTsExtensions": false, + "noEmit": true, + "allowImportingTsExtensions": true, "moduleDetection": "force", "strict": true,