forked from noxious/server
¿
This commit is contained in:
parent
b2f7d45a1f
commit
7e2c5eb529
@ -20,7 +20,7 @@
|
||||
|
||||
// Output
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"rootDir": ".",
|
||||
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
@ -46,6 +46,13 @@
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"migrations/**/*.ts", // Explicitly include migrations
|
||||
"**/*.tsx"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user