12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"lib": ["ES2019"],
|
|
"module": "commonjs",
|
|
"outDir": "../dist",
|
|
"noEmit": false
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|