mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-09 05:07:58 -05:00
36 lines
784 B
JSON
36 lines
784 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importHelpers": true,
|
|
"lib": [
|
|
"es2022",
|
|
"dom"
|
|
],
|
|
"moduleResolution": "node16",
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": false,
|
|
"preserveSymlinks": true,
|
|
"preserveWatchOutput": true,
|
|
"pretty": false,
|
|
"rootDir": "./src.ts/",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"target": "es2022",
|
|
"module": "node16",
|
|
"outDir": "./lib.esm",
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"./src.ts/**/*.ts",
|
|
"./src.ts/**/*.js"
|
|
],
|
|
"exclude": []
|
|
}
|