mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
* 分离vieweupdate reducer; 添加typescript * Fix: Dispatch navigator actions * fix: dispatch change sub title
11 lines
200 B
JSON
11 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"jsx": "react"
|
|
}
|
|
} |