2023-02-13 12:41:30 +00:00
|
|
|
{
|
2023-03-13 11:00:35 +00:00
|
|
|
"extends": "tsconfig-link",
|
2023-02-13 12:41:30 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "build/main"
|
|
|
|
|
},
|
|
|
|
|
"include": ["**/*.ts", "**/.*.ts", "index.ts"],
|
|
|
|
|
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"]
|
|
|
|
|
}
|