上传代码
This commit is contained in:
29
p-BluPrint_1.0.288888/node_modules/zrender/tsconfig.json
generated
vendored
Normal file
29
p-BluPrint_1.0.288888/node_modules/zrender/tsconfig.json
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES3",
|
||||
"noImplicitAny": true,
|
||||
"strictBindCallApply": true,
|
||||
"removeComments": true,
|
||||
"sourceMap": false,
|
||||
|
||||
"noImplicitThis": true,
|
||||
|
||||
// https://github.com/ezolenko/rollup-plugin-typescript2/issues/12#issuecomment-536173372
|
||||
"moduleResolution": "Node",
|
||||
|
||||
"declaration": true,
|
||||
"declarationMap": false,
|
||||
|
||||
// Compile to lib
|
||||
"rootDir": "src",
|
||||
|
||||
"importHelpers": true,
|
||||
|
||||
"pretty": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user