fxa/packages/fxa-event-broker/tsconfig.json

9 строки
144 B
JSON

{
"extends": "../../_dev/tsconfig.node.json",
"compilerOptions": {
"outDir": "./dist",
"allowJs": false
},
"include": ["src"]
}