|
@@ -1,6 +1,7 @@
|
|
|
{
|
|
{
|
|
|
"compilerOptions": {
|
|
"compilerOptions": {
|
|
|
- "module": "commonjs",
|
|
|
|
|
|
|
+ "module": "nodenext",
|
|
|
|
|
+ "moduleResolution": "nodenext",
|
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
|
"esModuleInterop": true,
|
|
"esModuleInterop": true,
|
|
|
"emitDecoratorMetadata": true,
|
|
"emitDecoratorMetadata": true,
|
|
@@ -13,7 +14,14 @@
|
|
|
"outDir": "./dist",
|
|
"outDir": "./dist",
|
|
|
"baseUrl": "./"
|
|
"baseUrl": "./"
|
|
|
},
|
|
},
|
|
|
- "exclude": ["node_modules", "migration.ts", "src/plugins/**/ui/*", "admin-ui"],
|
|
|
|
|
|
|
+ "exclude": [
|
|
|
|
|
+ "node_modules",
|
|
|
|
|
+ "migration.ts",
|
|
|
|
|
+ "src/plugins/**/ui/*",
|
|
|
|
|
+ "src/plugins/**/dashboard/*",
|
|
|
|
|
+ "admin-ui",
|
|
|
|
|
+ "vite.*.*ts"
|
|
|
|
|
+ ],
|
|
|
"ts-node": {
|
|
"ts-node": {
|
|
|
"files": true
|
|
"files": true
|
|
|
}
|
|
}
|