mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
42b3e5602e
# Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
23 lines
506 B
JSON
23 lines
506 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"lib": [
|
|
"es2020",
|
|
"dom"
|
|
],
|
|
"module": "es2020",
|
|
"moduleResolution": "node",
|
|
"outDir": "dist/js",
|
|
"rootDir": "src",
|
|
"sourceMap": true,
|
|
"target": "es2015"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"jest.config.ts",
|
|
"jest.setup.ts",
|
|
"jsdomwithfetch.ts"
|
|
],
|
|
} |