8 lines
204 B
JSON
8 lines
204 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build/main"
|
|
},
|
|
"include": ["**/*.ts", "**/.*.ts", "index.ts"],
|
|
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"]
|
|
}
|