1
0
mirror of synced 2024-11-13 18:00:48 +01:00
Bayshore/tsconfig.json

9 lines
172 B
JSON
Raw Normal View History

2022-07-11 09:22:41 +02:00
{
"compilerOptions": {
"sourceMap": true,
"outDir": "dist",
"strict": true,
"lib": ["esnext"],
"esModuleInterop": true
}
}