this repo has no description
at main 397 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2015", 4 "module": "none", 5 "lib": ["ES2015"], 6 "noImplicitAny": true, 7 "strict": false, 8 "outDir": "build/compiled", 9 "removeComments": false, 10 "sourceMap": false, 11 "esModuleInterop": true, 12 "skipLibCheck": true, 13 "types": ["google-apps-script"] 14 }, 15 "include": ["src/apps-script/**/*.ts"], 16 "exclude": ["node_modules"] 17}