diff --git a/tsconfig.json b/tsconfig.json index 9e87032..5625016 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,32 +1,7 @@ { - "compilerOptions": { - "allowJs": true, - "checkJs": true, - "esModuleInterop": true, - "baseUrl": ".", - "outDir": "dist/typescript", - "declaration": true, - "emitDeclarationOnly": true, - "paths": { - "lib/*": [ - "src/lib/*" - ], - "src/*": [ - "src/*" - ], - "root/*": [ - "./*" - ] - } - }, + "extends": "./tsconfigBase.json", "include": [ - "src/**/*.js" + "src/**/*.js", + "src/**/*.ts", ], - "exclude": [ - "node_modules", - "dist" - ], - "typeAcquisition": { - "enable": true - } } \ No newline at end of file