UNPKG

gasinit

Version:

Generate files and folder for google-apps-script project use TypeScript

8 lines 231 B
{ "compilerOptions": { "lib": ["esnext"], "experimentalDecorators": true }, "include": ["src/**/*.ts"], // Include all .ts files in the src directory "exclude": ["node_modules"] // Exclude node_modules }