mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
14 lines
317 B
JSON
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"
|
|
}
|
|
}
|