1
0
Files

17 lines
230 B
JSON
Raw Permalink Normal View History

2024-09-13 17:15:41 +02:00
{
"lock": {
"frozen": true
},
"nodeModulesDir": "auto",
"license": "MIT",
2024-09-13 17:15:41 +02:00
"compilerOptions": {
"lib": ["esnext"]
},
"exclude": [
"dist"
],
"tasks": {
"build": "deno run -A scripts/build.ts"
2024-09-13 17:15:41 +02:00
}
}