mirror of
https://github.com/sasjs/server.git
synced 2026-01-07 22:50:05 +00:00
chore: remove tsconfig file from root directory
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"target": "es5",
|
|
||||||
"module": "commonjs",
|
|
||||||
"rootDir": "./",
|
|
||||||
"outDir": "./build",
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"strict": true,
|
|
||||||
"resolveJsonModule": true
|
|
||||||
},
|
|
||||||
"ts-node": {
|
|
||||||
"files": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user