mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
23 lines
344 B
JSON
23 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"target": "ES5",
|
|
"module": "CommonJS",
|
|
"noImplicitAny": true,
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules"
|
|
]
|
|
}
|