mirror of
https://github.com/Tribufu/TribufuJS
synced 2026-08-20 18:11:06 +00:00
Prepare for publish
This commit is contained in:
parent
337f41e723
commit
79fd0a089f
6 changed files with 1150 additions and 1517 deletions
|
|
@ -1,15 +1,26 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ES2020",
|
||||
"moduleResolution": "Node",
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"target": "ESNext",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noImplicitAny": false,
|
||||
"moduleResolution": "Node",
|
||||
"esModuleInterop": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"outDir": "build",
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"DOM"
|
||||
],
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"**/*.ts",
|
||||
],
|
||||
"exclude": [
|
||||
"build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue