excalidraw-room/tsconfig.json
2020-03-09 21:54:32 +02:00

9 lines
129 B
JSON

{
"compilerOptions": {
"target": "es5",
"esModuleInterop": true,
"module": "CommonJS"
},
"include": ["*.ts"]
}