This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
nightr/client/Nightr/tsconfig.tns.json

8 lines
127 B
JSON
Raw Normal View History

2019-04-06 01:21:07 +02:00
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "es2015",
"moduleResolution": "node"
}
}