🔧 tsconfig.json with shared code

This commit is contained in:
ful1e5 2020-08-14 16:49:43 +05:30
parent a49fd4c470
commit 2e4237810c

View file

@ -0,0 +1,9 @@
{
"references": [{ "path": "../shared" }],
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src"]
}