10 lines
No EOL
189 B
JSON
10 lines
No EOL
189 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES2018",
|
|
"outDir": "./lib",
|
|
"declaration": false,
|
|
"declarationMap": false
|
|
}
|
|
} |