12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"extends": "../../tsproject.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES5",
|
|
"esModuleInterop": true,
|
|
"lib": ["es2015", "DOM", "ES2019.Object"],
|
|
"outDir": "../../dist/bin",
|
|
"rootDir": "."
|
|
}
|
|
}
|