UNPKG

axcora

Version:

Modern and Super Light Static Site Generator

18 lines (17 loc) 325 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "Node", "outDir": "dist", "rootDir": "src", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": [ "src" ], "exclude": [ "dist", "node_modules" ] }