18 lines
		
	
	
		
			362 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			362 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "module": "NodeNext",
 | |
|     "esModuleInterop": true,
 | |
|     "allowSyntheticDefaultImports": true,
 | |
|     "moduleResolution": "node16",
 | |
|     "noImplicitReturns": true,
 | |
|     "noUnusedLocals": true,
 | |
|     "outDir": "lib",
 | |
|     "sourceMap": true,
 | |
|     "strict": true,
 | |
|     "target": "es2017"
 | |
|   },
 | |
|   "compileOnSave": true,
 | |
|   "include": [
 | |
|     "src"
 | |
|   ]
 | |
| } |