Files
graphfx/tsconfig.json
2019-01-02 19:16:16 +01:00

10 lines
209 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"module": "es2015",
"allowSyntheticDefaultImports": true,
"noEmit": true,
"target": "esnext"
}
}