mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
3af64748ab
* #917 fixed enter key for last page; TS overhaul * #917 clean up * Update frontend/components/forms/FormField/FormField.tsx Co-authored-by: Zach Wasserman <zach@fleetdm.com> * #917 fixed tests and linted Co-authored-by: Zach Wasserman <zach@fleetdm.com>
20 lines
364 B
JSON
20 lines
364 B
JSON
{
|
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./frontend",
|
|
"target": "ES2016",
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"./frontend/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"typeRoots": [
|
|
"./node_modules/@types", "./typings"
|
|
]
|
|
}
|