mirror of https://github.com/aminya/setup-cpp
10 lines
176 B
JSON
10 lines
176 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"noEmit": false,
|
||
|
"allowImportingTsExtensions": false
|
||
|
},
|
||
|
"include": ["./src"]
|
||
|
}
|