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