mirror of
https://github.com/placeholder-soft/storytime.git
synced 2026-01-12 15:24:45 +08:00
18 lines
319 B
JSON
18 lines
319 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": false,
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"target": "ES2022"
|
|
},
|
|
"compileOnSave": true,
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|