mon-entreprise/mon-entreprise/tsconfig.json

19 lines
418 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "source",
"paths": {
"Actions/*": ["actions/*"],
"Components": ["components"],
"Components/*": ["components/*"],
"Images/*": ["static/images/*"],
"Reducers/*": ["reducers/*"],
"Selectors/*": ["selectors/*"],
"Types/*": ["types/*"]
},
"noEmit": true,
"strict": true
},
"include": ["types", "source", "dev-server.js"]
}