14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
{
|
|
"files": ["src/hfs-types.ts"],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"outDir": "dist",
|
|
"target": "ES2022",
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext"
|
|
}
|
|
}
|