@glimmer/component
Version:
Glimmer component library
24 lines (23 loc) • 752 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"moduleResolution": "node",
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true,
"paths": {
"@ember/owner": ["../../../types/stable/@ember/owner/index.d.ts"],
"@ember/destroyable": ["../../../types/stable/@ember/destroyable/index.d.ts"],
"@ember/component": ["../../../types/stable/@ember/component/index.d.ts"],
"@ember/runloop": ["../../../types/stable/@ember/runloop/index.d.ts"]
},
"target": "esnext",
"module": "esnext",
"declarationDir": "./dist",
"skipLibCheck": true,
"types": ["vite/client"],
"strict": true,
"noImplicitReturns": false
},
"include": ["./src/**/*.ts"]
}