UNPKG

create-completion-spec

Version:

Initialize a Fig custom spec boilerplate in the current directory

14 lines (13 loc) 292 B
{ "compilerOptions": { "moduleResolution": "node", "outDir": "./build", "target": "ESNext", "module": "ESNext", "lib": ["ESNext"], "noImplicitAny": false, "baseUrl": "./", "types": ["@withfig/autocomplete-types", "node"], }, "include": ["./src/**/*"], }