nightr/client/Nightr/tsconfig.tns.json

8 lines
127 B
JSON
Raw Permalink Normal View History

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