UNPKG

265 BJSONView Raw
1{
2 "extends": "./tsconfig-google.json",
3 "compilerOptions": {
4 "rootDir": ".",
5 "outDir": "build",
6 "resolveJsonModule": true
7 },
8 "include": [".eslintrc.json", "src/**/*.ts", "test/**/*.ts"],
9 "exclude": ["test/fixtures/**/*.*", "template/**/*.*"]
10}