2020-03-07 21:37:16 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es6",
|
|
|
|
"outDir": "out",
|
2020-05-24 21:14:19 +03:00
|
|
|
"lib": ["ES2019", "DOM"],
|
2020-03-07 21:37:16 +03:00
|
|
|
"sourceMap": true,
|
|
|
|
"rootDir": "src",
|
|
|
|
"strict": true,
|
|
|
|
"noUnusedLocals": true
|
|
|
|
},
|
|
|
|
"exclude": ["node_modules"]
|
|
|
|
}
|