mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 22:14:27 +02:00
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": true,
|
|
"strict": true
|
|
}
|
|
}
|