diff --git a/src/client/tsconfig.json b/src/client/tsconfig.json index 0b5e5ff..b221391 100644 --- a/src/client/tsconfig.json +++ b/src/client/tsconfig.json @@ -3,6 +3,7 @@ "target": "ES6", "moduleResolution": "node", "strict": true, + "sourceMap": true, "paths": { "three/examples/jsm/libs/dat.gui.module": ["../../node_modules/@types/dat.gui"] }