mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-24 15:48:53 -05:00
15 lines
262 B
JSON
15 lines
262 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../dist/out-tsc",
|
||
|
"module": "commonjs",
|
||
|
"types": ["jest", "node"]
|
||
|
},
|
||
|
"include": [
|
||
|
"jest.config.ts",
|
||
|
"src/**/*.test.ts",
|
||
|
"src/**/*.spec.ts",
|
||
|
"src/**/*.d.ts"
|
||
|
]
|
||
|
}
|