mirror of
https://gitee.com/dgflash/oops-plugin-hot-update.git
synced 2026-05-07 19:47:12 +08:00
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"inlineSourceMap": false,
|
|
"outDir": "./dist",
|
|
"rootDir": "./source",
|
|
"allowJs": true,
|
|
"lib": ["dom", "es7"],
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["./dist"],
|
|
"include": ["./source"]
|
|
}
|