13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"extends": "@dwellops/config/tsconfig/node.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|