diff --git a/tsconfig.json b/tsconfig.json index 58e4ab4..9ceb77c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "baseUrl": "./src", "paths": { - "src/*": ["./*"], + "src/*": ["./*"] }, "outDir": "./dist", "noImplicitAny": true, @@ -16,7 +16,7 @@ "moduleResolution": "node", "skipLibCheck": true, }, - // "exclude": ["src/interaction/reducers/*"], + "exclude": ["node_modules", "./dist"], "include": [ "**/*.ts", "**/*.tsx",