{ "ts-node": { "esm": true }, "compilerOptions": { "target": "ESNext", "experimentalDecorators": true, "emitDecoratorMetadata": true, "module": "NodeNext", "rootDir": "./src", "moduleResolution": "NodeNext", "baseUrl": "./", "paths": { "#maku/client": ["./src/structures/classes/index.ts"], "#maku/constants": ["./src/structures/utils/data/Constants.ts"], "#maku/utils/*": ["./src/structures/utils/*"] }, "outDir": "./dist", "noEmitOnError": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "useUnknownInCatchVariables": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules", "dist"] }