@curatedotfun/plugin-loader
Version:
Plugin loader for curatedotfun plugins
19 lines (18 loc) • 417 B
JSON
{
"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"]
}