mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Disable ts truncations
This commit is contained in:
parent
c5972bd15f
commit
7ca441aaae
@ -3,12 +3,11 @@
|
||||
"target": "ES2021",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "node",
|
||||
"types": [
|
||||
"bun-types"
|
||||
],
|
||||
"types": ["bun-types"],
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"noErrorTruncation": true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user