mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-29 06:47:06 +00:00
16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": [
|
|
"src/**/*.unit.spec.ts",
|
|
"src/**/*.integration.spec.ts",
|
|
"src/**/*.integration.test.ts",
|
|
"src/**/_test/**",
|
|
"src/apps/cli/testdeno/**"
|
|
]
|
|
}
|