0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -05:00
penpot-plugins/tools/tsconfig.json
2024-07-04 15:30:17 +02:00

20 lines
417 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "ESNext",
"lib": ["ESNext"],
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"types": [
"node"
]
},
"files": [],
"include": [
"**/*.ts",
]
}