Files
t/tsconfig.json

10 lines
184 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:36:47 -08:00
"outDir": "js",
"inlineSourceMap": true
2024-12-21 06:35:49 -08:00
},
"include": ["ts"],
}