tsconfig.json
This commit is contained in:
@@ -8,8 +8,9 @@
|
|||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"noEmitOnError": false,
|
"noEmitOnError": false,
|
||||||
"forceConsistentCasingInFileNames": true
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["src"],
|
"include": ["src","db"],
|
||||||
"exclude": ["node_modules", "dist"]
|
"exclude": ["node_modules", "dist"]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user