1 parent 20a871e commit eedd9b9Copy full SHA for eedd9b9
2 files changed
packages/web/tsconfig.json
@@ -1,8 +1,5 @@
1
{
2
"extends": "../../tsconfig.base.json",
3
- "compilerOptions": {
4
- "rootDir": "."
5
- },
6
"include": [
7
"src",
8
"vite.config.ts"
tsconfig.base.json
@@ -1,8 +1,14 @@
"compilerOptions": {
+ "baseUrl": ".",
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
+ "paths": {
+ "@csvshape/core": [
9
+ "packages/core/src/index.ts"
10
+ ]
11
+ },
12
"allowSyntheticDefaultImports": true,
13
"esModuleInterop": true,
14
"strict": true,
0 commit comments