|
|
@@ -35,6 +35,17 @@
|
|
|
|
|
|
/* Experimental Options */
|
|
|
"experimentalDecorators": true,
|
|
|
- "emitDecoratorMetadata": true
|
|
|
- }
|
|
|
+ "emitDecoratorMetadata": true,
|
|
|
+
|
|
|
+ /* default path aliases */
|
|
|
+ "baseUrl": ".",
|
|
|
+ "paths": {
|
|
|
+ "@growi/*": ["packages/*/src"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "exclude": [
|
|
|
+ "node_modules",
|
|
|
+ "dist",
|
|
|
+ "**/*.test.ts"
|
|
|
+ ]
|
|
|
}
|