fxa/packages/fxa-settings/tsconfig.json

34 строки
570 B
JSON

{
"extends": "../../_dev/tsconfig.browser.json",
"compilerOptions": {
"noEmit": true,
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"types": [
"jest",
"@testing-library/jest-dom"
],
"jsx": "react-jsx"
},
"include": [
"src"
],
"references": [
{
"path": "../fxa-react"
},
{
"path": "../fxa-shared"
},
{
"path": "../fxa-auth-client/tsconfig.browser.json"
}
]
}