mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-18 16:02:59 +08:00
18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"outDir": "build",
|
|
"module": "esnext",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"lib": ["es2020", "dom"],
|
|
"moduleResolution": "node",
|
|
"downlevelIteration": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src/lib"],
|
|
"exclude": ["src/lib/**/tests"],
|
|
} |