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