You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
412 B
16 lines
412 B
{ |
|
"$schema": "https://json.schemastore.org/tsconfig", |
|
"extends": "./base.json", |
|
"compilerOptions": { |
|
"module": "CommonJS", |
|
"moduleResolution": "Node", |
|
"target": "ES2022", |
|
"experimentalDecorators": true, |
|
"emitDecoratorMetadata": true, |
|
"useDefineForClassFields": false, |
|
"outDir": "./dist", |
|
"baseUrl": "./", |
|
"incremental": true, |
|
"noUncheckedIndexedAccess": false |
|
} |
|
}
|
|
|