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