1
0
mirror of https://github.com/graalvm/setup-graalvm.git synced 2025-03-13 22:40:10 +08:00
2025-01-21 13:25:39 +01:00

12 lines
309 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist"
},
"exclude": ["__fixtures__", "__tests__", "coverage", "dist", "node_modules"],
"include": ["src"]
}