mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-15 02:21:39 +00:00
15 lines
281 B
JSON
15 lines
281 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["es2023"],
|
||
|
"module": "ES2020",
|
||
|
"target": "es2022",
|
||
|
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"declaration": true
|
||
|
}
|
||
|
}
|