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

14 lines
317 B
JSON
Raw Normal View History

2022-11-29 11:19:07 +01:00
{
"references": [
{ "path": "../../" }
],
"include": ["components/**/*", "lib/**/*", "__fixtures__/**/*", "__lib__/**/*"],
2022-11-29 11:19:07 +01:00
"compilerOptions": {
"jsx": "react-jsx",
2022-11-29 18:07:05 +01:00
"target": "ES2015",
2022-11-29 11:19:07 +01:00
"module": "ES2020",
"moduleResolution": "node",
"baseUrl": "../../app/frontend/src/javascript"
}
}