15 lines
284 B
JSON
15 lines
284 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"jsx": "react-jsx",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"types": ["@types"]
|
|
},
|
|
"declaration": true,
|
|
"declarationDir": "./dist"
|
|
}
|
|
}
|