mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
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
|
||
|
}
|
||
|
}
|