8 lines
196 B
JSON
8 lines
196 B
JSON
{
|
|
"extends": "@link-stack/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build/main"
|
|
},
|
|
"include": ["**/*.ts", "**/.*.ts"],
|
|
"exclude": ["node_modules", "build"]
|
|
}
|