2016-12-03 00:23:05 +09:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2017-12-04 10:39:58 +01:00
|
|
|
"target": "esnext",
|
2016-12-03 00:23:05 +09:00
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
2017-11-17 01:14:29 +01:00
|
|
|
"baseUrl": ".",
|
|
|
|
"strict": false,
|
2018-11-16 16:46:56 +09:00
|
|
|
"strictFunctionTypes": false,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": false
|
2018-06-28 17:07:14 +09:00
|
|
|
}
|
2016-12-03 00:23:05 +09:00
|
|
|
}
|