Files
t/tsconfig.json

9 lines
153 B
JSON
Raw Normal View History

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