Skip to content

Commit 89b173a

Browse files
committed
style: change indentation to tab
1 parent ab7b913 commit 89b173a

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

tsconfig.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"compilerOptions": {
3-
"baseUrl": ".",
4-
"inlineSourceMap": true,
5-
"inlineSources": true,
6-
"module": "ESNext",
7-
"target": "ES2023",
8-
"allowJs": true,
9-
"noImplicitAny": true,
10-
"moduleResolution": "node",
11-
"importHelpers": true,
12-
"isolatedModules": true,
13-
"strictNullChecks": true,
14-
"esModuleInterop": true,
15-
"types": ["obsidian-typings"],
16-
"lib": [
17-
"DOM",
18-
"ES5",
19-
"ES6",
20-
"ES7",
21-
"ES2023",
22-
"DOM.Iterable",
23-
"DOM.AsyncIterable"
24-
]
25-
},
26-
"include": ["src/**/*", "main.ts"]
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"inlineSourceMap": true,
5+
"inlineSources": true,
6+
"module": "ESNext",
7+
"target": "ES2023",
8+
"allowJs": true,
9+
"noImplicitAny": true,
10+
"moduleResolution": "node",
11+
"importHelpers": true,
12+
"isolatedModules": true,
13+
"strictNullChecks": true,
14+
"esModuleInterop": true,
15+
"types": ["obsidian-typings"],
16+
"lib": [
17+
"DOM",
18+
"ES5",
19+
"ES6",
20+
"ES7",
21+
"ES2023",
22+
"DOM.Iterable",
23+
"DOM.AsyncIterable"
24+
]
25+
},
26+
"include": ["src/**/*", "main.ts"]
2727
}

0 commit comments

Comments
 (0)