mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-08 16:00:27 -05:00
16 lines
253 B
JSON
16 lines
253 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"esModuleInterop": true
|
|
}
|
|
}
|