osr-mono/packages/osr-sync/tsconfig.json
2025-01-31 11:37:54 +01:00

22 lines
460 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2022",
"allowJs": false,
"noImplicitAny": false,
"noImplicitThis": false,
"alwaysStrict": true,
"sourceMap": true,
"outDir": "./",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"pretty": true,
"baseUrl": "./src",
"rootDir": "./src",
"allowSyntheticDefaultImports": true
},
"files": [
"./src/main.ts",
"./src/index.ts"
]
}