Skip to content
Snippets Groups Projects
Commit daf62961f276 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

chore: compile source maps in ra-cubicweb

parent 5f7a610e60d5
No related branches found
No related tags found
1 merge request!8Topic/default/source maps
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"esModuleInterop": true, "esModuleInterop": true,
"rootDir": "src", "rootDir": "src",
"skipLibCheck": true, "skipLibCheck": true,
"outDir": "dist" "outDir": "dist",
"sourceMap": true
}, },
"include": ["src"] "include": ["src"]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment