mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-08 07:50:21 -05:00
20 lines
479 B
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"]
|
|
}
|