Files
PurrfectSnap/composer/tsconfig.json
2024-05-24 02:06:01 +02:00

8 lines
167 B
JSON

{
"compilerOptions": {
"outDir": "build/typescript",
"target": "ES6",
"typeRoots": ["types/*"]
},
"include": ["./src/main/ts/**/*", "./types/**/*"]
}