diff --git a/tsconfig.json b/tsconfig.json index b1d064c..5851dbf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,13 +2,12 @@ "extends": "./node_modules/gts/tsconfig-google.json", "compilerOptions": { "target": "ES2021", - "rootDir": "./", + "rootDir": "src", "outDir": "build", "resolveJsonModule": true, "skipLibCheck": true, "strict": false, "moduleResolution": "node" }, - "include": ["src", "test"], - "exclude": ["build", "scripts"] + "exclude": ["build", "scripts", "test"] }