mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore: remove types
This commit is contained in:
parent
5ce95cf103
commit
34de08bdd5
2 changed files with 3 additions and 3217 deletions
3216
styles.css
3216
styles.css
File diff suppressed because one or more lines are too long
|
|
@ -13,7 +13,7 @@
|
|||
"strictNullChecks": true,
|
||||
"lib": ["DOM", "ES5", "ES6", "ES7"],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"types": ["obsidian-typings", "utils/types/worker.d.ts"]
|
||||
"types": ["obsidian-typings"]
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "src/utils/workers/**/*.ts"],
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "src/utils/workers/**/*.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue