platform/tsconfig.base.json

19 lines
489 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "es2022",
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"pretty": true,
"sourceMap": true,
"allowJs": true,
2023-06-21 08:50:01 -05:00
"noEmit": false,
"declaration": true
}
}