mirror of https://github.com/penpot/penpot.git
17 lines
396 B
JSON
17 lines
396 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"]
|
|
}
|