This website requires JavaScript.
Explore
Help
Sign in
neocturne
/
rpgedit
Archived
Watch
1
Star
0
Fork
You've already forked rpgedit
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2025-03-02
. You can view files and clone it, but cannot push or open issues or pull requests.
236151ba9c
rpgedit
/
tsconfig.json
9 lines
112 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial setup (Webpack, TypeScript, WebGL)
2017-09-09 02:52:01 +02:00
{
"compilerOptions"
:
{
"outDir"
:
"./dist/"
,
"sourceMap"
:
true
,
Implement simple map renderer
2017-09-12 09:20:19 +02:00
"target"
:
"ES2015"
,
Initial setup (Webpack, TypeScript, WebGL)
2017-09-09 02:52:01 +02:00
"strict"
:
true
}
}
Reference in a new issue
Copy permalink