workadventure/front/tsconfig-for-webpack.json
2021-05-17 16:41:09 +02:00

8 lines
106 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"esModuleInterop": true
}
}