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

24 lines
495 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": {
2024-05-07 03:28:40 -05:00
"module": "ESNext",
"lib": ["ESNext", "DOM"],
2024-02-01 08:08:51 -05:00
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}