0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 16:31:01 -05:00
penpot-plugins/libs/plugins-runtime/tsconfig.json

23 lines
467 B
JSON
Raw Normal View History

2024-02-01 08:08:51 -05:00
{
2024-02-06 06:16:28 -05:00
"extends": "../../tsconfig.base.json",
2024-02-01 08:08:51 -05: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"
}
]
}