You've already forked UsageHelpr
mirror of
https://github.com/FullScreenShenanigans/UsageHelpr.git
synced 2026-04-28 13:03:13 -07:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"target": "es3",
|
|
"noImplicitAny": true,
|
|
"declaration": true,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |