9 lines
169 B
JSON
9 lines
169 B
JSON
{
|
|
"extends": "@repo/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2015"],
|
|
"outDir": "./dist"
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["."]
|
|
}
|