перенес создание протокола в Go Excelize
This commit is contained in:
@@ -14,16 +14,24 @@
|
||||
"outDir": "./dist/",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"shared/*": ["./shared/*"]
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
],
|
||||
"shared/*": [
|
||||
"./shared/*"
|
||||
]
|
||||
},
|
||||
"skipLibCheck": true
|
||||
},
|
||||
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS"
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "dist", "build", "coverage"]
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"build",
|
||||
"coverage"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user