创高项目初始化
This commit is contained in:
14
client/node_modules/quill-delta/tsconfig.json
generated
vendored
Normal file
14
client/node_modules/quill-delta/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"outDir": "dist/",
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "ES5",
|
||||
"esModuleInterop": true,
|
||||
"noErrorTruncation": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true
|
||||
},
|
||||
"include": ["src/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user