koishi-plugin-market-info-plus/tsconfig.json
2023-03-25 01:00:28 +08:00

19 lines
381 B
JSON

{
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"target": "es2020",
"module": "commonjs",
"declaration": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"jsx": "react-jsx",
"jsxImportSource": "@satorijs/element",
},
"include": [
"src"
]
}