33 lines
		
	
	
		
			347 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			347 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
.*
 | 
						|
*.log
 | 
						|
 | 
						|
# tools configs
 | 
						|
**/tsconfig.json
 | 
						|
tsconfig.*.json
 | 
						|
tslint.json
 | 
						|
**/webpack.config.js
 | 
						|
**/jest.config.js
 | 
						|
**/prettier.config.js
 | 
						|
 | 
						|
# build scripts
 | 
						|
config/
 | 
						|
scripts/
 | 
						|
 | 
						|
# Test files
 | 
						|
**/*.spec.js
 | 
						|
**/*.test.js
 | 
						|
**/*.test.d.ts
 | 
						|
**/*.spec.d.ts
 | 
						|
__tests__
 | 
						|
coverage
 | 
						|
 | 
						|
# Sources
 | 
						|
node_modules
 | 
						|
src
 | 
						|
docs
 | 
						|
examples
 | 
						|
 | 
						|
## this is generated by `npm pack`
 | 
						|
*.tgz
 | 
						|
package
 |