From a284e8c5ebf0e76f56e0c26cb90d22b6df090a54 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 23 Mar 2021 17:54:43 +0900 Subject: fix test --- test/tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/tsconfig.json b/test/tsconfig.json index 987067ba81..31a537805a 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -21,6 +21,10 @@ "emitDecoratorMetadata": true, "resolveJsonModule": true, "isolatedModules": true, + "baseUrl": "./", + "paths": { + "@/*": ["../src/*"] + }, "typeRoots": [ "../node_modules/@types", "../src/@types" -- cgit v1.2.3-freya