mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-01 09:19:13 -04:00
11 lines
183 B
JSON
11 lines
183 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2015",
|
||
|
"rootDir": "src",
|
||
|
"strict": false,
|
||
|
"skipLibCheck": true,
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true
|
||
|
}
|
||
|
}
|