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