RpyPlayerTS/tsconfig.json
2024-02-28 20:07:54 +02:00

8 lines
116 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"experimentalDecorators": true
},
"include": ["src/**/*"]
}