mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-30 07:17:05 +00:00
build: add legacy type-resolution experiment
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user