mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 11:08:35 +00:00
8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"target": "es6",
|
|
"types" : [ "node", "core-js" ]
|
|
}
|
|
}
|