mirror of
https://github.com/Tribufu/TribufuJS
synced 2026-08-20 10:01:08 +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",
|
|
],
|
|
}
|