15 lines
218 B
JSON
15 lines
218 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"paths": {
|
|
"#root/*": [
|
|
"./src/*"
|
|
],
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"extends": "@morten-olsen/stash-configs/tsconfig.json"
|
|
}
|