10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["dist"]
|
|
}
|