12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "build",
|
|
"declarationDir": "build/types",
|
|
"rootDir": "src",
|
|
"lib": ["es2017", "dom"]
|
|
},
|
|
"include": ["src/**/*", "./custom_types/*"]
|
|
}
|