mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 09:28:12 +03:00
15 lines
248 B
JSON
15 lines
248 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "CommonJS",
|
|
"lib": [
|
|
"ES2019",
|
|
],
|
|
"declaration": true,
|
|
"strict": true,
|
|
"allowJs": false,
|
|
"esModuleInterop": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"sourceMap": true
|
|
},
|
|
} |