Skip to content

Commit

Permalink
fix: πŸ› generated types directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Feb 25, 2021
1 parent 3e679d1 commit 396e181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/tsconfig.json
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationDir": "../../types/runtime"
"declarationDir": "../../types"
},
"include": ["."]
}

0 comments on commit 396e181

Please sign in to comment.