You've already forked NumberMakr
mirror of
https://github.com/FullScreenShenanigans/NumberMakr.git
synced 2026-04-28 13:00:06 -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"
|
|
}
|