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
2019-04-06 01:21:07 +02:00

7 lines
127 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"module": "es2015",
"moduleResolution": "node"
}
}