v1.1.0: Stable!
This commit is contained in:
8
valdi/tsconfig.json
Normal file
8
valdi/tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "build/typescript",
|
||||
"target": "ES2023",
|
||||
"typeRoots": ["types/*"]
|
||||
},
|
||||
"include": ["./src/main/ts/**/*", "./types/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user