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