GoScrobble/web/node_modules/react-spinners/tsconfig.build.json

8 lines
166 B
JSON
Raw Normal View History

2022-04-25 02:47:15 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
},
"exclude": ["docs/*", "webpack.config.*", "*.js", "__tests__", "examples"]
}