14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"lib": ["es2020", "dom"],
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"types": ["@figma/plugin-typings", "node"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|