vega-frontend-monorepo/libs/trading-view/tsconfig.json

21 lines
362 B
JSON
Raw Normal View History

2023-12-13 01:33:41 +00:00
{
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"extends": "../../tsconfig.base.json"
}