mirror of
https://github.com/penpot/penpot.git
synced 2026-07-22 00:31:32 +02:00
ec1af4ad96
As commit 819a549e4928d2b1fa98e52bee82d59aec0f70d8
10 lines
244 B
JSON
10 lines
244 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"types": ["node"]
|
|
},
|
|
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"],
|
|
"include": ["src/**/*.ts", "../../libs/plugin-types/index.d.ts"]
|
|
}
|