simple-fs-server/fresh-main/deno.json

19 lines
529 B
JSON
Raw Permalink Normal View History

2023-01-14 03:03:22 +09:00
{
"tasks": {
"test": "deno test -A && deno check --config=www/deno.json www/main.ts www/dev.ts && deno check init.ts",
"fixture": "deno run -A --watch=static/,routes/ tests/fixture/dev.ts",
"www": "deno run -A --watch=www/static/,www/routes/,docs/ www/dev.ts",
"screenshot": "deno run -A www/utils/screenshot.ts"
},
"importMap": "./.vscode/import_map.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"test": {
"files": {
"exclude": ["www/"]
}
}
}