mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +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"
|
||
|
]
|
||
|
}
|