mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-04 06:12:56 +00: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
|
|
}
|
|
}
|