UNPKG

282 BJSONView Raw
1{
2 "editor.tabSize": 2,
3 "editor.insertSpaces": true,
4 "editor.trimAutoWhitespace": true,
5 "files.exclude": {
6 "**/.git": true,
7 "**/node_modules": true
8 },
9 "search.exclude": {
10 "**/dist/": true
11 },
12 "typescript.tsdk": "./node_modules/typescript/lib"
13}
\No newline at end of file