diff --git a/tsconfig.json b/tsconfig.json index f444220..99923cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/tsconfig", "include": [ - "src/**/*", + "src", ], "compilerOptions": { "lib": [ @@ -15,7 +15,7 @@ "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "baseUrl": ".", - "rootDir": "." + "rootDir": "./src" }, "exclude": [ "dist",