diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index 80b79ded0..0f1115930 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -19,8 +19,15 @@ "paths": { "@sd/interface": ["../../packages/interface/src/index.ts"], "@sd/ui": ["../../packages/ui/src/index.ts"], - "@sd/client": ["../../packages/client/src/index.ts"] + "@sd/client": ["../../packages/client/src/index.ts"], + "@sd/core": ["../../core/index.ts"], + }, + }, + "ts-node": { + "transpileOnly": true, + "compilerOptions": { + "module": "CommonJS" } }, - "include": ["src"] + "include": ["src"], }