mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-14 10:21:38 +00:00
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2023"],
|
|
"module": "ES2020",
|
|
"target": "es2022",
|
|
"moduleResolution": "Bundler",
|
|
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
},
|
|
"include": ["*.js"]
|
|
}
|