mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
],
|
|
"exclude": [
|
|
"build",
|
|
"node_modules",
|
|
],
|
|
}
|