{ // Change this to match your project "include": ["../Enums/*", "../Interfaces/*"], "compilerOptions": { "target": "ES2021", "module": "es2020", "allowJs": false, "declaration": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "emitDeclarationOnly": true, "outDir": "dist", "declarationMap": false } }