mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
12 lines
279 B
JSON
12 lines
279 B
JSON
{
|
|
"extends": "@baota/typescript/base.json",
|
|
"include": ["**/*.{js,ts,jsx,tsx}", "eslint.config.ts", "./types.d.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "dist", // 输出目录
|
|
"baseUrl": "./",
|
|
"rootDir": "src",
|
|
"sourceMap": true
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|