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