template/.madgerc
2026-02-28 20:23:34 +08:00

12 lines
191 B
Plaintext

{
"fileExtensions": [
"ts",
"tsx"
],
"tsConfig": "./tsconfig.json",
"detectiveOptions": {
"ts": {
"skipTypeImports": true
}
}
}