New config format
This commit is contained in:
parent
d2ccfbfa18
commit
cb07737f70
6 changed files with 14 additions and 17 deletions
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"quados": ["../../Documents/Code/quados/tools"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue