Files
cunningham/apps/demo/tsconfig.json

10 lines
227 B
JSON
Raw Permalink Normal View History

{
"extends": "@gouvfr-lasuite/typescript-configs/react.json",
"compilerOptions": {
"noEmit": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "./tsconfig.node.json" }]
}