diff --git a/server/tsconfig.json b/server/tsconfig.json index 904ce4e..396d229 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -1,12 +1,12 @@ { - "compilerOptions": { - "target": "ES2020", - "module": "ESNext", - "moduleResolution": "bundler", - "noEmit": true, - "allowJs": true, - "checkJs": true, - "lib": ["es2022"] - }, - "include": ["**/*"] + "compilerOptions": { + "target": "ES2020", + "module": "ESNext", + "moduleResolution": "bundler", + "noEmit": true, + "allowJs": true, + "checkJs": false, + "lib": ["es2022"] + }, + "include": ["src/**/*"] }