mirror of
https://github.com/pomber/git-history.git
synced 2024-11-29 18:48:01 +03:00
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"checkJs": false /* Typecheck .js files. */,
|
|
"lib": ["es6"]
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|