|
@@ -9,13 +9,15 @@
|
|
|
"esModuleInterop": true,
|
|
"esModuleInterop": true,
|
|
|
"skipLibCheck": true,
|
|
"skipLibCheck": true,
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
+ "declaration": true,
|
|
|
|
|
+ "declarationMap": true,
|
|
|
"baseUrl": ".",
|
|
"baseUrl": ".",
|
|
|
"paths": {
|
|
"paths": {
|
|
|
"@/*": ["src/*"]
|
|
"@/*": ["src/*"]
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"include": ["src/**/*"],
|
|
"include": ["src/**/*"],
|
|
|
- "exclude": ["node_modules"],
|
|
|
|
|
|
|
+ "exclude": ["node_modules", "src/**/*.test.ts"],
|
|
|
"ts-node": {
|
|
"ts-node": {
|
|
|
"require": ["tsconfig-paths/register"]
|
|
"require": ["tsconfig-paths/register"]
|
|
|
}
|
|
}
|