UNPKG

create-kt-plugin

Version:

A template for creating a KT plugins for ExtendScript

15 lines (14 loc) 314 B
{ "compilerOptions": { "target": "ESNext", "module": "commonjs", "outDir": "./bin", "rootDir": "./bin", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "sourceMap": true }, "include": ["bin/**/*"], "exclude": ["node_modules", "template/**/*"] }