Files
letro-authentication-service/tools/syn2mas/tsconfig.json
Hugh Nimmo-Smith 38ed5e264e WIP of syn2mas tool
2023-10-09 15:53:13 +02:00

16 lines
370 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": ["ES2022"],
"moduleResolution": "node",
"strict": true,
"sourceMap": true,
"declaration": false,
"outDir": "./dist",
"rootDir": "./src",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
}
}