mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
* build: Add separate dev and prod builds and add sourcemaps to dev build * update * add * update changelog
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "esNext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"jsx": "react-jsx",
|
|
"sourceMap": true,
|
|
"allowJs": true
|
|
}
|
|
}
|