UNPKG

@fjell/docs-template

Version:

Shared documentation template for Fjell projects

16 lines (15 loc) 287 B
{ "compilerOptions": { "composite": true, "skipLibCheck": true, "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "strict": true }, "include": [ "vite.config.ts", "vitest.config.ts", "docs.config.ts" ] }