23 lines
590 B
JSON
23 lines
590 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"removeComments": true,
|
|
"strictNullChecks": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"lib": ["es2021", "dom"],
|
|
"baseUrl": ".",
|
|
"types": ["node"],
|
|
"paths": {
|
|
"react-use-audio-player": ["../src"]
|
|
}
|
|
}
|
|
}
|