RpyPlayerTS/tsconfig.json

8 lines
116 B
JSON
Raw Normal View History

2024-02-28 20:07:54 +02:00
{
"compilerOptions": {
"module": "commonjs",
"experimentalDecorators": true
},
"include": ["src/**/*"]
}