mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-18 17:48:52 +08:00
12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
{
|
|
"fileExtensions": [
|
|
"ts",
|
|
"tsx"
|
|
],
|
|
"tsConfig": "./tsconfig.json",
|
|
"detectiveOptions": {
|
|
"ts": {
|
|
"skipTypeImports": true
|
|
}
|
|
}
|
|
} |