forked from sheetjs/sheetjs
		
	- TS definition removed DOM references (fixes #724 h/t @shaunc) - extendscript inconsistent processing of bitwise ops - updated browser tests
		
			
				
	
	
		
			15 lines
		
	
	
		
			343 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			343 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "compilerOptions": {
 | |
|         "module": "commonjs",
 | |
|         "lib": [ "es5" ],
 | |
|         "noImplicitAny": true,
 | |
|         "noImplicitThis": true,
 | |
|         "strictNullChecks": false,
 | |
|         "baseUrl": ".",
 | |
|         "paths": { "xlsx": ["."] },
 | |
|         "types": [],
 | |
|         "noEmit": true,
 | |
|         "forceConsistentCasingInFileNames": true
 | |
|     }
 | |
| }
 |