mirror of
https://github.com/encounter/jco.git
synced 2026-03-30 11:18:26 -07:00
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "src/cmd/**", "src/*.d.ts"],
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationMap": true,
|
|
"skipLibCheck": true,
|
|
}
|
|
}
|