0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-02-02 12:18:50 -05:00
penpot-export/packages/penpot-css-export/tsconfig.json
Enrique Bernabeu 9eed1481ce Initial commit
2023-08-21 08:36:47 +02:00

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"]
}