vega-frontend-monorepo/libs/tailwindcss-config/tsconfig.json

24 lines
489 B
JSON
Raw Normal View History

2022-02-23 17:57:44 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": false,
2022-02-23 17:57:44 +00:00
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}