mirror of
https://github.com/bendtherules/repro-typedoc-issue-jsdoc.git
synced 2026-08-18 13:53:33 +00:00
13 lines
179 B
JSON
13 lines
179 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|