graphitation/package-template/tsconfig.json

12 строки
213 B
JSON
Исходник Обычный вид История

2021-04-14 00:55:04 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": ".tsbuildinfo",
"rootDir": "src",
"outDir": "lib"
},
"include": ["src"],
"references": []
}