We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4940ba commit 63dd775Copy full SHA for 63dd775
apps/router-api/tsconfig.build.json
@@ -1,6 +1,8 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
+ "module": "ESNext",
5
+ "moduleResolution": "node",
6
"noEmit": false,
7
"outDir": "dist/api",
8
"rootDir": "src",
0 commit comments