diff --git a/tsconfig.json b/tsconfig.json index 5d90ff0..3ac74f2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,11 @@ "noEmit": true, "lib": ["es2018", "DOM", "ES5", "ES6", "ES7", "es2019.array", "ES2021.WeakRef", "ES2020.BigInt", "ESNext.Intl"], "strictBindCallApply": true, - "strictFunctionTypes": true + "strictFunctionTypes": true, + "paths": { + "@/*": ["src/*"], + "@lib/*": ["src/lib/src/*"] + } }, "include": ["**/*.ts"], "exclude": ["pouchdb-browser-webpack", "utils"]