gscunit
Version:
A unit testing framework for GSC.
17 lines (16 loc) • 366 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "Bundler",
"outDir": "build",
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ESNext"
},
"include": ["src"]
}