Files
dongani/tsconfig.webpack.json
2021-01-08 21:06:48 +09:00

7 lines
105 B
JSON

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