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