git init
This commit is contained in:
14
Server/tsconfig.json
Normal file
14
Server/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@plugs/*": ["plugs/*"],
|
||||
"@apis/*": ["apis/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user