You've already forked ClassCyclr
mirror of
https://github.com/FullScreenShenanigans/ClassCyclr.git
synced 2026-04-28 13:04:05 -07:00
14 lines
393 B
JSON
14 lines
393 B
JSON
|
|
{
|
||
|
|
"editor.tabSize": 4,
|
||
|
|
"editor.trimAutoWhitespace": true,
|
||
|
|
"files.exclude": {
|
||
|
|
"**/*.d.ts": true,
|
||
|
|
"**/*.js.map": true,
|
||
|
|
"**/*.js": { "when": "$(basename).ts" },
|
||
|
|
"**/*?.js": { "when": "$(basename).tsx" }
|
||
|
|
},
|
||
|
|
"tslint.alwaysShowRuleFailuresAsWarnings": true,
|
||
|
|
"tslint.autoFixOnSave": true,
|
||
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
||
|
|
}
|