mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
21 lines
382 B
JSON
21 lines
382 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "commonjs",
|
|
"outDir": "./dist",
|
|
"strict": false,
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "node",
|
|
// "sourceMap": true
|
|
},
|
|
"include": [
|
|
"src/*",
|
|
"src/**/*",
|
|
"scripts/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
]
|
|
} |