mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-19 02:56:02 +00:00
add type defs for community automatic review
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "./_types"
|
||||
},
|
||||
"include": ["src/lib/**/*.ts"],
|
||||
"exclude": [
|
||||
"_types",
|
||||
"pouchdb-browser-webpack",
|
||||
"utils",
|
||||
"src/apps",
|
||||
"src/**/*.test.ts",
|
||||
"**/_test/**",
|
||||
"utilsdeno",
|
||||
"node_modules",
|
||||
"test/**/*.test.ts",
|
||||
"**/*.unit.spec.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user