UNPKG

@travetto/compiler

Version:

The compiler infrastructure for the Travetto framework

36 lines 811 B
{ "compilerOptions": { "module": "ES2022", "target": "esnext", "moduleResolution": "Bundler", "allowImportingTsExtensions": true, "lib": [ "ES2024" ], "jsx": "react-jsx", "strict": true, "declaration": true, "declarationMap": true, "esModuleInterop": true, "strictPropertyInitialization": false, "erasableSyntaxOnly": true, "experimentalDecorators": true, "noEmitOnError": false, "noErrorTruncation": true, "resolveJsonModule": true, "sourceMap": true, "inlineSourceMap": false, "removeComments": true, "importHelpers": true, "noEmitHelpers": true, "outDir": "build/", "noEmit": true }, "watchOptions": { "excludeDirectories": [ "**/node_modules", "**/.trv", "**/.git", ] } }