blob: 0af6bfe0b2e14adb0b7d19bd49952c5583b53c87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"include": ["src/js/**/*"],
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist/types",
"declarationMap": true,
"skipLibCheck": true,
"checkJs": false,
"preserveWatchOutput": true
}
}
|