mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-13 04:55:03 +00:00
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "source",
|
|
"paths": {
|
|
"Actions/*": ["actions/*"],
|
|
"Components": ["components"],
|
|
"Components/*": ["components/*"],
|
|
"Images/*": ["images/*"],
|
|
"Reducers/*": ["reducers/*"],
|
|
"Selectors/*": ["selectors/*"],
|
|
"Types/*": ["types/*"]
|
|
},
|
|
"noEmit": true,
|
|
"strict": true
|
|
},
|
|
"include": ["types", "source"]
|
|
}
|