11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"sourceMap": true
|
|
}
|
|
}
|