Skip to content

Commit c18a9ff

Browse files
committed
Fix outDir
1 parent 3ba6a6d commit c18a9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/permission-controller/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../tsconfig.packages.build.json",
33
"compilerOptions": {
44
"baseUrl": "./",
5-
"outDir": "./dist/types/types",
5+
"outDir": "./dist/types",
66
"rootDir": "./src"
77
},
88
"references": [

0 commit comments

Comments
 (0)