mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
支持at
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"target": "ESNext",
|
||||
"module": "commonjs",
|
||||
"outDir": "./dist",
|
||||
"strict": false,
|
||||
@@ -9,9 +9,7 @@
|
||||
"moduleResolution": "node",
|
||||
// "declaration": false
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"files": ["src/main.ts", "src/preload.ts"],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
|
Reference in New Issue
Block a user