diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 1c542d7..79f7630 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,9 @@ "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, + "paths": { + "toml-matter": ["./node_modules/toml-matter"] + }, "types": [ "bun-types" // add Bun global ] |