12 lines
258 B
JSON
12 lines
258 B
JSON
|
|
{
|
||
|
|
"extends": "@link-stack/typescript-config/tsconfig.node.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src",
|
||
|
|
"incremental": false,
|
||
|
|
"composite": false
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts"],
|
||
|
|
"exclude": ["node_modules", "dist"]
|
||
|
|
}
|