mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +08:00
17 lines
433 B
JSON
17 lines
433 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"outFile": "build/index.d.ts",
|
|
"module": "esnext",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"lib": ["es2018", "dom"],
|
|
"moduleResolution": "node",
|
|
},
|
|
"include": ["src/lib"],
|
|
"exclude": ["src/**/tests"],
|
|
} |