mirror of https://github.com/aotds/aotds-docks.git
1 changed files with 8 additions and 7 deletions
@ -1,9 +1,10 @@
@@ -1,9 +1,10 @@
|
||||
{ |
||||
"compilerOptions": { |
||||
"baseUrl": ".", |
||||
"paths": { |
||||
"$lib/*": ["src/lib/*"] |
||||
} |
||||
}, |
||||
"include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"] |
||||
"extends": "./.svelte-kit/tsconfig.json", |
||||
"compilerOptions": { |
||||
"baseUrl": ".", |
||||
"paths": { |
||||
"$lib/*": ["src/lib/*"] |
||||
} |
||||
}, |
||||
"include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"] |
||||
} |
||||
|
Loading…
Reference in new issue