1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00
fab-manager/test/frontend/tsconfig.json
2023-01-13 12:15:48 +01:00

14 lines
317 B
JSON

{
"references": [
{ "path": "../../" }
],
"include": ["components/**/*", "lib/**/*", "__fixtures__/**/*", "__lib__/**/*"],
"compilerOptions": {
"jsx": "react-jsx",
"target": "ES2015",
"module": "ES2020",
"moduleResolution": "node",
"baseUrl": "../../app/frontend/src/javascript"
}
}