mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 13:53:16 +02:00
chore: setup npm workspaces and plugin types as package
This commit is contained in:
20
backend/plugins/reiverr-plugin/tsconfig.json
Normal file
20
backend/plugins/reiverr-plugin/tsconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"removeComments": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"outDir": "./dist",
|
||||
"baseUrl": "./",
|
||||
"target": "ES2021",
|
||||
"sourceMap": true,
|
||||
"incremental": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": false,
|
||||
"lib": ["es6"]
|
||||
},
|
||||
"include": ["src/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user