mirror of https://github.com/google/oss-fuzz.git
12 lines
187 B
JSON
12 lines
187 B
JSON
|
{
|
||
|
"extends": "./node_modules/gts/tsconfig-google.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": ".",
|
||
|
"outDir": "build"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*.ts",
|
||
|
"test/**/*.ts"
|
||
|
]
|
||
|
}
|