Spaces:
Sleeping
Sleeping
| { | |
| "extends": "./node_modules/gts/tsconfig-google.json", | |
| "compilerOptions": { | |
| "rootDir": ".", | |
| "outDir": "build", | |
| "target" : "esnext", | |
| "lib" : [ "esnext" ], | |
| "sourceMap": true | |
| }, | |
| "include": [ | |
| "src/*.ts", | |
| "src/**/*.ts", | |
| "test/*.ts", | |
| "test/**/*.ts" | |
| ], | |
| "exclude": [ | |
| "node_modules" | |
| ] | |
| } | |