0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-24 23:58:45 -05:00
penpot-plugins/plugins-runtime/tsconfig.json

23 lines
464 B
JSON
Raw Normal View History

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