fvttdb
Version:
FVTTDB is a CLI helper for Foundry VTT CLI to extract and compile databases.
17 lines (16 loc) • 411 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ESNext"],
"types": ["bun-types"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"allowImportingTsExtensions": true
},
"include": ["index.ts", "foundryvtt-cli.d.ts"]
}