excalidraw/src/packages/tsconfig.dev.json
Aakansha Doshi 3d047d57a7
build: Add separate dev and prod builds and add source-maps to dev build 🎉 (#3330)
* build: Add separate dev and prod builds and add sourcemaps to dev build

* update

* add

* update changelog
2021-03-28 13:48:26 +05:30

12 lines
206 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "esNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"jsx": "react-jsx",
"sourceMap": true,
"allowJs": true
}
}