0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-08 07:50:21 -05:00
penpot-export/packages/core/tsconfig.json

20 lines
479 B
JSON

{
"compilerOptions": {
"rootDir": "./src",
"outDir": "dist",
"target": "es5",
"module": "commonjs",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"downlevelIteration": true,
"declaration": true,
"noEmit": false
},
"include": ["src"]
}