Skip to content

Commit

Permalink
remove reference from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Mar 7, 2024
1 parent 23b2d4e commit 4098551
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
"references": [
{"path": "modules/constants"},
{"path": "modules/core"},
{"path": "modules/core-tests"},
{"path": "modules/engine"},
{"path": "modules/gltf"},
{"path": "modules/shadertools"},
{"path": "modules/test-utils"},
{"path": "modules/webgl"},
{"path": "modules/webgpu"}
// {"path": "modules/experimental"}
]
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"paths": {
"@luma.gl/core/*": ["modules/core/src/*"],
"@luma.gl/core/test/*": ["modules/core/test/*"],
"@luma.gl/core-tests/test/*": ["modules/core-tests/test/*"],
"@luma.gl/constants/*": ["modules/constants/src/*"],
"@luma.gl/constants/test/*": ["modules/constants/test/*"],
"@luma.gl/engine/*": ["modules/engine/src/*"],
Expand Down

0 comments on commit 4098551

Please sign in to comment.