ttv-lol-pro/tsconfig.json
younesaassila cf86b7c42a Fix #319
2024-04-29 11:49:30 +02:00

10 lines
168 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"noEmit": true,
"strict": true
}
}