0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-24 15:48:53 -05:00
penpot-plugins/libs/plugins-styles/tsconfig.json

23 lines
467 B
JSON
Raw Normal View History

2024-02-07 07:59:58 +01:00
{
2024-02-20 09:15:10 +01:00
"extends": "../../tsconfig.base.json",
2024-02-07 07:59:58 +01:00
"compilerOptions": {
"module": "commonjs",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}