2020-01-09 18:32:59 -05:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2020-01-10 15:44:01 -05:00
|
|
|
"target": "es2019",
|
2020-01-09 18:32:59 -05:00
|
|
|
"module": "commonjs",
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"typeRoots": [ "node_modules/@types" ],
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"outDir": "_out",
|
|
|
|
|
"forceConsistentCasingInFileNames": true
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"index.ts",
|
|
|
|
|
"auth.ts"
|
|
|
|
|
]
|
|
|
|
|
}
|