10 lines
229 B
JSON
10 lines
229 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build/main",
|
|
"types": ["long", "jest", "node"],
|
|
"lib": ["es2020", "DOM"]
|
|
},
|
|
"include": ["**/*.ts", "**/.*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|