Skip to content

Commit e5829de

Browse files
committed
Update tsconfig.json
1 parent 83bcdd5 commit e5829de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"importHelpers": true,
1616
"sourceMap": true,
17-
"rootDir": "./",
17+
"rootDir": "./src",
1818
"strict": true,
1919
"noUnusedLocals": true,
2020
"noUnusedParameters": true,
@@ -25,7 +25,7 @@
2525
"esModuleInterop": true,
2626
"target": "ES2017",
2727
"declaration": true,
28-
"declarationDir": "./",
28+
"declarationDir": "src",
2929
"useDefineForClassFields": false,
3030
"declarationMap": true
3131
}

0 commit comments

Comments
 (0)