1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-13 04:55:03 +00:00
mon-entreprise/mon-entreprise/tsconfig.json
2020-12-10 12:23:16 +01:00

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"]
}