essex-js-toolkit/javascript/components/tsconfig.json

10 строки
167 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"include": ["src"]
}