15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"extends": "../../node_modules/gts/tsconfig-google.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"lib": ["esnext", "dom"]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"test/**/*.ts"
|
|
]
|
|
}
|