mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 15:14:27 +03:00
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|