UNPKG

@curatedotfun/plugin-loader

Version:
19 lines (18 loc) 417 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "paths": { "@curatedotfun/types": ["../types/src"] } }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }