mirror of
https://github.com/Tribufu/TribufuJS
synced 2026-08-19 17:41:06 +00:00
15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
},
|
|
"exclude": [
|
|
"build",
|
|
"node_modules",
|
|
],
|
|
}
|