Skip to content

Commit 9abe758

Browse files
committed
fix(compiler): remove obsidian-typings config
Removed the old config options for obsidian-typings, including types and paths.
1 parent 2274667 commit 9abe758

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,7 @@
2222
"ES5",
2323
"ES6",
2424
"ES7"
25-
],
26-
"types": [
27-
"obsidian-typings"
28-
],
29-
"paths":
30-
{
31-
"obsidian-typings/implementations": [
32-
"./node_modules/obsidian-typings/dist/implementations.d.ts",
33-
"./node_modules/obsidian-typings/dist/implementations.cjs"
34-
]
35-
}
25+
]
3626
},
3727
"include": [
3828
"src/**/*.ts"

0 commit comments

Comments
 (0)