mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-28 06:17:06 +00:00
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../..",
|
|
"moduleResolution": "Node10",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["../../src/**/*.ts"],
|
|
"exclude": [
|
|
"../../src/**/*.unit.spec.ts",
|
|
"../../src/**/*.test.ts",
|
|
"../../src/**/_test/**",
|
|
"../../src/apps/cli/testdeno/**"
|
|
]
|
|
}
|