Files
NativeScript/apps/playground/tsconfig.tns.json
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

8 lines
113 B
JSON

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