2018-05-24 17:13:23 +08:00
|
|
|
{
|
2018-05-25 11:09:15 +08:00
|
|
|
"compileOnSave": true,
|
2018-05-24 17:13:23 +08:00
|
|
|
"compilerOptions": {
|
2018-05-25 11:09:15 +08:00
|
|
|
"sourceMap": true,
|
2018-05-24 17:13:23 +08:00
|
|
|
"declaration": true,
|
|
|
|
"outDir": "./dist",
|
2020-05-07 10:51:27 +08:00
|
|
|
"target": "esnext",
|
2018-05-24 17:13:23 +08:00
|
|
|
"lib": [
|
2018-08-17 17:39:11 +08:00
|
|
|
"esnext",
|
2018-05-24 17:13:23 +08:00
|
|
|
"dom"
|
|
|
|
],
|
|
|
|
"types": [
|
2018-08-17 17:39:11 +08:00
|
|
|
"node",
|
2018-08-17 21:26:32 +08:00
|
|
|
"webpack-env",
|
|
|
|
"webpack-dev-server"
|
2018-05-24 17:13:23 +08:00
|
|
|
],
|
|
|
|
"module": "commonjs",
|
|
|
|
"experimentalDecorators": true
|
|
|
|
},
|
|
|
|
"include": [
|
2018-08-17 17:39:11 +08:00
|
|
|
"./src/**/*",
|
|
|
|
// "./config/**/*"
|
2018-05-24 17:13:23 +08:00
|
|
|
]
|
|
|
|
}
|