mirror of
https://github.com/penpot/penpot.git
synced 2026-07-02 20:35:33 +00:00
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"],
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"include": [
|
|
"tools/**/*.ts",
|
|
"ci/**/*.ts",
|
|
"vite.config.ts",
|
|
"vite.config.headless.ts",
|
|
"vite.config.tests.ts",
|
|
"vite.config.iife.ts"
|
|
]
|
|
}
|