mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-09 16:31:01 -05:00
20 lines
363 B
JSON
20 lines
363 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "node16",
|
||
|
"lib": [
|
||
|
"es6",
|
||
|
"dom"
|
||
|
],
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitThis": true,
|
||
|
"strictNullChecks": true,
|
||
|
"strictFunctionTypes": true,
|
||
|
"types": [],
|
||
|
"noEmit": true,
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
},
|
||
|
"files": [
|
||
|
"index.d.ts"
|
||
|
]
|
||
|
}
|