mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-09 02:00:44 +08:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/**/*.test.ts", "src/**/*.node-test.ts"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist",
|
|
"declarationMap": true,
|
|
"module": "es2020",
|
|
"moduleResolution": "node16",
|
|
"skipDefaultLibCheck": true
|
|
}
|
|
}
|