24 lines
404 B
JSON
24 lines
404 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"target": "es5",
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"declarationDir": "./dist",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
}
|