🔧 tsconfig.json

This commit is contained in:
ful1e5 2020-08-13 18:11:56 +05:30
parent 2626cc005f
commit f2a3865843
2 changed files with 18 additions and 0 deletions

View file

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

View file

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