course-mini-excel/tsconfig-for-webpack-config.json

7 lines
105 B
JSON

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