12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"extends": "../../node_modules/gts/tsconfig-google.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"lib": ["esnext", "dom", "dom.iterable"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|