mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 05:51:56 +08:00
16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"lib": ["es5", "es6", "dom"]
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
}
|