0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-24 15:48:53 -05:00
penpot-plugins/libs/plugins-styles/tsconfig.spec.json

15 lines
262 B
JSON
Raw Normal View History

2024-02-07 07:59:58 +01:00
{
"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"
]
}