12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"outDir": "./tools/dist",
|
|
"rootDir": "./tools/src",
|
|
"strict": true
|
|
},
|
|
"include": ["tools/src"]
|
|
}
|