mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
22 lines
413 B
JSON
22 lines
413 B
JSON
{
|
|
"declaration": true,
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"declarationDir": "./srcts/types",
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"include": [
|
|
"srcts/src/index.ts",
|
|
"srcts/src/**/*.ts",
|
|
"srcts/extras/globalShiny.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"srcts/types/",
|
|
"**/__tests__"
|
|
]
|
|
}
|