Skip to content

Commit ecb2457

Browse files
committed
Remove unnecessary type path
1 parent af46d18 commit ecb2457

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
"module": "Preserve",
1313
"moduleResolution": "Bundler",
1414
"resolveJsonModule": true,
15-
"outDir": "dist",
16-
"paths": {
17-
"@8thwall/ecs": ["external/runtime/runtime.d.ts"]
18-
},
15+
"outDir": "dist"
1916
},
2017
"include": [
2118
"src",

0 commit comments

Comments
 (0)