mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
16 lines
228 B
JSON
16 lines
228 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"sourceMap": true,
|
||
|
|
"noImplicitAny": true,
|
||
|
|
"module": "commonjs",
|
||
|
|
"target": "es5",
|
||
|
|
"jsx": "react"
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"./frontend/**/*"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"node_modules"
|
||
|
|
]
|
||
|
|
}
|