11 lines
200 B
JSON
11 lines
200 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "build",
|
|
"rootDir": "src",
|
|
"tsBuildInfoFile": "build/.tsbuildinfo"
|
|
},
|
|
"include": ["src"]
|
|
}
|