@cotype/core
Version:
<h2 align="center"> <img src="https://cotype.dev/logo.svg" alt="cotype" /> </h2>
17 lines (16 loc) • 369 B
JSON
{
"include": ["./src/**/*"],
"compilerOptions": {
"strict": true,
"outDir": "lib",
"target": "esnext",
"sourceMap": true,
"declaration": true,
"module": "commonjs",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true
}
}