Skip to content
Snippets Groups Projects

Topic/default/source maps

Merged Frank Bessou requested to merge topic/default/source-maps into branch/default
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -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"]
}
}
Loading