1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

fix: intellisense imports defaulting to absolute path from src folder (#3549)

* docs: remove baseUrl recommendation

Fixes https://github.com/flarum/flarum-tsconfig/issues/4

* chore: implement change within framework monorepo
This commit is contained in:
David Wheatley
2022-08-05 20:23:45 +01:00
committed by GitHub
parent d345734a8e
commit 3bdb0af993
7 changed files with 0 additions and 7 deletions

View File

@@ -8,7 +8,6 @@
"compilerOptions": {
// This will output typings to `dist-typings`
"declarationDir": "./dist-typings",
"baseUrl": ".",
"paths": {
"flarum/*": ["../vendor/flarum/core/js/dist-typings/*"],
"flarum/tags/*": ["../vendor/flarum/tags/js/dist-typings/*"]