This repository has been archived on 2026-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
|
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"checkJs": true, /* Typecheck .js files. */
|
|
"rootDir": ".",
|
|
"baseUrl": "types",
|
|
"lib": [
|
|
"es6"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|