nx/nx-dev/ui-customers/tsconfig.json
Juri Strumpflohner 9c176d8a44
feat(nx-dev): customer videos on customer page (#29380)
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
2025-01-09 12:30:16 -08:00

19 lines
358 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": false,
"lib": ["dom", "dom.iterable", "esnext"],
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
}
],
"extends": "../../tsconfig.base.json"
}