Files
t/tsconfig.json

9 lines
157 B
JSON
Raw Normal View History

2024-12-21 06:35:49 -08:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"strict": true,
"outDir": "static"
},
"include": ["ts"],
}