{ "compilerOptions": { "lib": [ "ES2021", "ES2022.Object", "DOM" ], "target": "ES2021", "module": "nodenext", "allowJs": true, "noImplicitAny": false, "noImplicitThis": false, "alwaysStrict": true, "sourceMap": true, "outDir": "./", "experimentalDecorators": true, "emitDecoratorMetadata": true, "pretty": false, "baseUrl": "./src", "rootDir": "./src", "skipLibCheck": true, "allowSyntheticDefaultImports": true }, "compileOnSave": false, "filesGlob": [ "./src/**/*.ts" ], "files": [ "./src/index.ts", "./src/main.ts", "./src/common/system.ts", "./src/templates/index.ts" ] }