diff --git a/tsconfig.json b/tsconfig.json index d677ef4..838a5ff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,12 @@ { "extends": "@augu/tsconfig", "compilerOptions": { - "declaration": true, + "moduleResolution": "node", "rootDir": "./src", "outDir": "./build", "types": ["node"], "lib": ["ES2015", "ES2016", "ES2017", "ES2018", "ES2019", "ES2020", "ESNext"] }, "exclude": ["node_modules"], - "include": ["src/**/*.ts", "src/**/*.d.ts"] + "include": ["src/**/*.ts"] }