UNPKG

html-bundle

Version:

A very simple bundler for HTML SFC

17 lines (16 loc) 374 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "lib": ["ESNext"], "outDir": "./dist", "rootDir": "./src", "strict": true, "declaration": true, "skipLibCheck": true, "moduleResolution": "node", "esModuleInterop": true, "forceConsistentCasingInFileNames": true }, "include": ["src", "types"] }