9 lines
163 B
JSON
9 lines
163 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": ["./src/**/*", "./tests/**/*"],
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"lib": ["es2015","dom"],
|
||
|
}
|
||
|
}
|