frontend/tsconfig.json
TS 20e3b499cf
Refact: 分离viewe update reducer; 添加typescript (#24)
* 分离vieweupdate reducer; 添加typescript

* Fix: Dispatch navigator actions

* fix: dispatch change sub title
2020-05-12 13:27:07 +08:00

11 lines
200 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"esModuleInterop": true,
"module": "commonjs",
"target": "es6",
"jsx": "react"
}
}