17 lines
266 B
JSON
17 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "frag"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"index.ts",
|
|
"lib/**/*.ts"
|
|
]
|
|
} |