Skip to content

Commit ac59614

Browse files
Fix lint and types for @odk/web-forms using @odk/common imports?
Question mark = for some reason I cannot reproduce either failure locally, which is concerning in its own right….
1 parent fb618cc commit ac59614

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/odk-web-forms/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"skipLibCheck": true,
1111
"outDir": "./dist",
1212
"paths": {
13+
"@odk/common/types/*": ["../common/types/*"],
14+
"@odk/common/*": ["../common/src/*"],
1315
"@solidjs/testing-library": ["./tools/@solidjs/testing-library/index.ts"]
1416
}
1517
}

0 commit comments

Comments
 (0)