mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 22:02:57 +00:00
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"jsx": "react"
|
|
}
|
|
}
|