8 lines
170 B
JSON
8 lines
170 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build/typescript",
|
|
"target": "ES2023",
|
|
"typeRoots": ["types/*"]
|
|
},
|
|
"include": ["./src/main/ts/**/*", "./types/**/*"]
|
|
} |