18 lines
		
	
	
	
		
			466 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			466 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "extends": "../tsconfig.app.json",
 | |
|   "compilerOptions": {
 | |
|     "types": ["node"],
 | |
|     "allowSyntheticDefaultImports": true,
 | |
|     "resolveJsonModule": true,
 | |
|     "baseUrl": "../",
 | |
|     "paths": {
 | |
|       "sae-lib/*": [
 | |
|         "../my-workspace/dist/sae-lib/*",
 | |
|         "../my-workspace/projects/sae-lib/*"
 | |
|       ]
 | |
|     }
 | |
|   },
 | |
|   "exclude": ["../src/test.ts", "../src/**/*.spec.ts"],
 | |
|   "include": ["../src/**/*.stories.*", "./preview.ts"],
 | |
|   "files": ["./typings.d.ts"]
 | |
| }
 | 
