3d047d57a7
* build: Add separate dev and prod builds and add sourcemaps to dev build * update * add * update changelog
12 lines
206 B
JSON
12 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "esNext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"jsx": "react-jsx",
|
|
"sourceMap": true,
|
|
"allowJs": true
|
|
}
|
|
}
|