brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · cfe64fc Raw
16 lines · json
1{2	"compilerOptions": {3		"moduleResolution": "node",4		"module": "esnext",5		"outDir": "out",6		"rootDir": ".",7		"sourceMap": true,8		"strict": true,9		"noEmit": true,10		"target": "es2017"11	},12	"include": [13		"./"14	],15}16